testing.testDeps.WriteProfileTo (method)
4 uses
testing (current package)
testing.go#L2200: WriteProfileTo(string, io.Writer, int) error
testing.go#L2600: if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
testing.go#L2612: if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
testing.go#L2624: if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)